libxl: Introduce JSON parser
authorAnthony PERARD <anthony.perard@citrix.com>
Thu, 29 Sep 2011 15:28:24 +0000 (16:28 +0100)
committerAnthony PERARD <anthony.perard@citrix.com>
Thu, 29 Sep 2011 15:28:24 +0000 (16:28 +0100)
commit5265647e9aa6b3fa5e3b6f0dc795f763375b5e62
treeb2ea3ec0a5e6dca5fcd46cb3cd2d3486b0c1018d
parent56a7a6929b594f15cd70dae21e3b0d87a7979293
libxl: Introduce JSON parser

We use the yajl parser, but we need to make a tree from the parse result
to use it outside the parser.

So this patch include json_object struct that is used to hold the JSON
data.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Committed-by: Ian Jackson <ian.jackson.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
README
tools/libxl/Makefile
tools/libxl/libxl_internal.h
tools/libxl/libxl_json.c [new file with mode: 0644]